VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / CachedAnalyzer<TTarget,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
CachedAnalyzer<TTarget,TValue> Class
In This Topic
Caches the execution result of another analyzer.
Object Model
Analyzer<TTarget,TValue> CachedAnalyzer<TTarget,TValue>
Syntax
'Declaration

Public NotInheritable Class CachedAnalyzer
     (Of TTarget
The type of the target.
, TValue
The type of the value.
) Inherits Analyzer(Of TTarget,TValue) Implements IAnalyzerWrapperInfo
public sealed class CachedAnalyzer<TTarget,TValue> : Analyzer<TTarget,TValue>, IAnalyzerWrapperInfo

Type Parameters

TTarget
The type of the target.
TValue
The type of the value.
Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
      Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue>
         Vintasoft.Imaging.Processing.Analyzers.CachedAnalyzer<TTarget,TValue>

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also